Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VIDEO-7682 upgrade to 4.6.2 #177

Merged
merged 3 commits into from
Nov 5, 2021
Merged

VIDEO-7682 upgrade to 4.6.2 #177

merged 3 commits into from
Nov 5, 2021

Conversation

dipankadas
Copy link
Contributor

4.6.2 (November 5, 2021)

Enhancements

  • Added support for Audio Only rooms.
  • Improved reconnection time after network connectivity disruptions.
  • This release is built with Xcode 12.5.1

API Changes

  • Two new error codes TVIErrorRoomAudioOnlyFlagNotSupportedError (53124) and TVIErrorRoomTrackKindNotSupportedError (53125) are added to support Audio Only rooms.

Known Issues

  • Audio playback fails when running a simulator on a Mac Mini. #182
  • Carthage is not currently a supported distribution mechanism for Twilio Video. Carthage does not currently work with .xcframeworks as documented here. Once Carthage supports binary .xcframeworks, Carthage distribution will be re-added.
  • Unpublishing and republishing a LocalAudioTrack or LocalVideoTrack might not be seen by Participants. #34
  • H.264 video might become corrupted after a network handoff. #147
  • iOS devices do not support more than three H.264 encoders. Refer to #17 for suggested work arounds.
  • Publishing H.264 video at greater than 1280x720 @ 30fps is not supported. If a failure occurs then no error is raised to the developer. [ISDK-1590]

Size Impact

Architecture Compressed Size Uncompressed Size
Universal 10.0 MB 21.4 MB
arm64 4.8 MB 11.3 MB
armv7 5.2 MB 10.1 MB

Contributing to Twilio

All third-party contributors acknowledge that any contributions they provide will be made under the same open-source license that the open-source project is provided under.

  • I acknowledge that all my contributions will be made under the project's license.

Copy link
Contributor

@timrozum timrozum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@dipankadas dipankadas merged commit 4f5f414 into master Nov 5, 2021
@dipankadas dipankadas deleted the update-4.6.2 branch November 5, 2021 22:25
@dipankadas dipankadas changed the title VIDEO-XXXX upgrade to 4.6.2 VIDEO-7682 upgrade to 4.6.2 Nov 5, 2021
@ceaglest
Copy link
Contributor

ceaglest commented Nov 5, 2021

👍 Thank you!

If you would not mind, please add the notes to the release object as well.

https://github.com/twilio/twilio-video-app-ios/releases/tag/v0.85

@dipankadas
Copy link
Contributor Author

👍 Thank you!

If you would not mind, please add the notes to the release object as well.

https://github.com/twilio/twilio-video-app-ios/releases/tag/v0.85

@ceaglest Good point. Done !! And we need to add this release step in the burndown.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants